home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / misc / 544 / oribin / doc / origami.man < prev   
Encoding:
Text File  |  1991-07-19  |  3.8 KB  |  133 lines

  1. M
  2.  
  3.  
  4. ORIGAMI(1)                   USER COMMANDS                    ORIGAMI(1)
  5.  
  6.  
  7.  
  8. GNAME
  9.       Horigami - a folding editor
  10.  
  11. GSYNOPSIS
  12.       origami  H[G-ehnopv?AVH]  [G-a<auto-save-delay>]  H[G-k<namebase>H]  [G-l<line>H]
  13.       [G-m<markname>H] [G-s<depth>H] [GtextfileH...G]
  14.  
  15. DESCRIPTION
  16.       Origami His a folding editor similar to the one included in the  Inmos(c)
  17.       Tds  or Parsytec(c) MultiTool Transputer Development Systems.  The major
  18.       difference is that Origami is public domain, the differences concern its
  19.       usage  and  more  features, for example the macro language OCL.  You can
  20.       use Origami for usual text files without control or  escape  codes,  but
  21.       you can edit Tds/mtool files too.
  22.  
  23. GOPTIONS
  24.       H-a<auto-save-delay>
  25.             Origami comes  up  in  auto-save-mode.   If  <auto-delay-time>  is
  26.             given,  its  used  for  the delay.  Otherwise the standardvalue is
  27.             used.
  28.  
  29.       -e    Origami does not echo the entered keys under the statusline.
  30.  
  31.       -h,-? Origami prints its usage.
  32.  
  33.       -k<namebase>
  34.             Origami reads the keybinding and the keybindhelp from files  .ori-
  35.             gamirc and .origamibind.  This option sets the files to namebaserc
  36.             and namebasebind.
  37.  
  38.       -l<line>
  39.             Goto line after setting up.
  40.  
  41.       -m<markname>
  42.             Origami searches in the rcfile for a set of foldmarks named  mark-
  43.             name. If there is no such markset given, origami will stop. Other-
  44.             wise the marks for folds are switched to the new ones.
  45.  
  46.       -n    All readings of files were done without searching for {{{, }}}  or
  47.             :::.   Folds  can  be  used when editing, but there is no folding-
  48.             structure in the read file.  This allows to edit files which  con-
  49.             tain these strings without confusing Origami.
  50.  
  51.       -o    Origami comes up in overwritemode.
  52.  
  53.       -p    Preprocessormode is on. Leading hashes are moved to first  charac-
  54.             ter  in lines. Reading such files moves hashes to correct indenta-
  55.             tion in folds.
  56.  
  57.       -s<depth>
  58.             Sets internal OCL stack to  size  depth.   Default  is  64,  which
  59.             should be enough for usual macros.
  60.  
  61.  
  62.  
  63. Sun Release 4.1            Last change: 8 July 1991                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ORIGAMI(1)                   USER COMMANDS                    ORIGAMI(1)
  71.  
  72.  
  73.  
  74.       -v    Origami starts in view-only-mode.
  75.  
  76.       -A    Automacros are enabled.
  77.  
  78.       -V    Origami starts in verbose-mode.
  79.  
  80. GSEE ALSO
  81.       viewrc.1, folder.1 Hand GOrigami user manual H(which contains  a  beginners
  82.       section and all functions including OCL).
  83.  
  84. GFILES
  85.       H$HOME/.origamirc - keybindings in Origami format
  86.       $HOME/.origamibind - keybindings for describe-bindings function
  87.       $HOME/.origamihelp - additional helpfile
  88.  
  89. GBUGS
  90.       HOrigami expands tab characters to blanks.  This feature/bug  forbids  to
  91.       edit  Makefiles with Origami, because make needs this tab stops.  If you
  92.       undelete a filed fold with another filed fold in  it,  Origami  will  be
  93.       confused.  If you are editing a empty file, change the language and save
  94.       the result, the file will contain a line with {{{ in it.  This only hap-
  95.       pens  with empty files, so it is not a serious bug.  Reading a file with
  96.       fold-structure needs searching for {{{,  }}}  and  :::.   This  is  done
  97.       without  checking  the  right  'comment-syntax' and will destroyed files
  98.       containing these strings.  Origami perhaps dies  caused  by  using  such
  99.       files without -n.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Release 4.1            Last change: 8 July 1991                          2
  130.  
  131.  
  132.  
  133. @